home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 March / inter@ivo 1997-03.iso / cybint14 / bin / main.dxr / 00061.ls < prev    next >
Encoding:
Text File  |  1997-02-18  |  432 b   |  26 lines

  1. on exitFrame
  2.   global act
  3.   if act = 0 then
  4.     if rollOver(14) then
  5.       go("SB")
  6.     else
  7.       if rollOver(16) then
  8.         go("Gordons")
  9.       else
  10.         if rollOver(29) then
  11.           cursor([901, 902])
  12.         else
  13.           HotSpots(3, 20)
  14.         end if
  15.       end if
  16.     end if
  17.   end if
  18.   if act = 1 then
  19.     if rollOver(32) or rollOver(33) then
  20.       cursor([901, 902])
  21.     else
  22.       cursor(-1)
  23.     end if
  24.   end if
  25. end
  26.